home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 015 / prnter_2.arc / NECSCRN.DOC < prev    next >
Text File  |  1983-06-24  |  2KB  |  42 lines

  1. NECSCRN.DOC
  2.  
  3.  
  4. Necscrn.com  is  a  graphics and text screen  dump  program  that
  5. should    be run ONCE after powering-up.    It will attach itself  to
  6. the  operating    system,  and  then will operate  by  intercepting
  7. Shift-PrtSc  keystrokes and invoking the appropriate  routine  to
  8. provide  either a graphics or a text screen dump,  depending upon
  9. the current mode of the system, on an
  10.  
  11. ************* NEC 8023A Dot Matrix Printer *********************
  12.  
  13. The graphics dump comes in two flavors,  either a small (one  dot
  14. per  pixel)  or a large (4 dots per pixel,  with the dot  pattern
  15. roughly  corresponding    to the    color)    format,   depending  upon
  16. whether   the  left (large) or right (small) shift key is   used.
  17. For the small graphics dump,  the aspect ratio is fairly accurate
  18. when  the  printer is set for 10 characters per inch (the  normal
  19. power up default mode for the printer).  The large graphics  dump
  20. prints out rotated 90 degrees on the paper,  and the aspect ratio
  21. won't  be  right  (circles  will look  elliptical..)  unless  the
  22. printer  is  set for 8.5 characters per inch.  This  is  done  by
  23. selecting  the    17 character per inch character set and  enlarged
  24. characters. A one line basic program that will do this is:
  25.  
  26.    LPRINT CHR$(14);CHR$(27);"Q";
  27.  
  28. This  program    is  a  patched-up version of   the   GRAFTRAX.COM
  29. program  supplied  on  the Capital PC Users Group  Diskette   #5.
  30. It  will probably work with the C.Itoh ProWriter printers,  since
  31. they seem to  differ  from  the NEC only in their packaging  (and
  32. in  other minor  details such as 20% faster printing, an improved
  33. proportional  character  set,  and  a re-shuffling of  the  greek
  34. alphabet to put  it  into (greek) alphabetical    order).  I  would
  35. appreciate hearing  from anyone who knows how to modify the  ROMs
  36. on the    NEC to incorporate any or all of these features.....
  37.  
  38.       Rick Cunningham
  39.       2806 Grovemore Lane
  40.       Vienna, VA 22180
  41.  
  42.